Eucalyptus is open source software for building AWS-compatible private and hybrid clouds.
As an Infrastructure as a Service (IaaS) product, Eucalyptus allows your users to provision your compute and storage resources on-demand.
ComputeRun instances with EC2 and AutoScaling / ELB. |
StorageUse S3 storage to share data and EBS for persistent instance state. |
ManagementUse IAM to manage users and control access, and Cloud Formation to manage resources. |
MonitoringUse CloudWatch to monitor your compute resources. |
Try Eucalyptus with a FastStart install by running:
bash <(curl -Ls https://eucalyptus.cloud/install)
as root, on a CentOS 7.5 minimal install with a few IP addresses to spare (CentOS 7.3/7.4 minimal may be used)
For a production install, follow the installation guide.
Quickly install images for your Eucalyptus cloud by running:
python <(curl -Ls https://eucalyptus.cloud/images)
Fetch and upload images to your Eucalyptus cloud(s):
|
CentOS and CentOS Atomic Host From cloud.centos.org |
|
|
CoreOS Container Linux From coreos.com/releases |
|
|
Fedora and Fedora Atomic Host Fedora from alt.fedoraproject.org/cloud Fedora Atomic Host from getfedora.org/en/atomic/download |
|
|
Ubuntu From cloud-images.ubuntu.com |
by following the image guide, for installing an HVM image.